home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / boot / selector90.lha / Selector / pref / prefs.sel < prev    next >
Text File  |  1998-10-20  |  2KB  |  69 lines

  1. version 9
  2. windowsize 3.2 10.4
  3.  
  4.  
  5. close off
  6. title "Selector Prefs V1.3"
  7.  
  8.  
  9. [sj]
  10.  
  11. setpen 0.04 0.2
  12. startbox
  13. text "Colors & patterns"
  14. button Background exec 'execute /pref/background' loadupdate
  15. button "Text Color" exec 'execute /pref/textforeground' loadupdate
  16. button "Text Background" exec 'execute /pref/textback2' loadupdate
  17. button "Button Text Color" exec 'execute /pref/foreground' loadupdate
  18. button "Button Background" exec 'execute /pref/back2' loadupdate
  19. button "Draw Color" exec 'execute /pref/drawcol' loadupdate
  20. button "Set Patterns" load /pref/patterns.sel
  21. button "Unload Patterns" load /pref/unload.sel
  22. button "ShowPatterns" exec 'selector /pref/show.sel' load "[this]"
  23. endbox
  24.  
  25. ;changesize 14
  26.  
  27. setpen 1.10303  6.5 
  28. startbox
  29. text External
  30. button "Text Editor" exec 'execute /pref/chooseEditor'
  31. button "Guide Reader" exec 'execute /pref/chooseGuide'
  32. endbox
  33.  
  34. setpen 2.172185  .1176471
  35. startbox
  36. text misc
  37. button Font exec 'execute /pref/font' loadupdate
  38. button Gap exec 'execute /pref/gap' loadupdate
  39. button "Mark Button" exec 'execute /pref/mark' loadupdate
  40. endbox
  41.  
  42.  
  43. setpen  2.169697  5.2
  44. startbox
  45.     text "Selector Prefs"
  46.     button "Jump: [js]" exec "execute /pref/jump" load "[this]"
  47.     button Help load /pref/help.sel
  48.     button Save exec "execute /pref/saveprefs" exit
  49.     button Cancel exec "execute /pref/cancelprefs" exit
  50. endbox
  51.  
  52. drawcol 3
  53. draw filledBox   1.104575  1.833333  2.091503  5.611111 
  54. drawcol black
  55. draw Figure   1.104575  1.833333  2.091503  5.611111
  56. draw Box   1.104575  1.833333  2.091503  5.611111 
  57.  
  58. setpen 1.10303  .2083333
  59. textcol white
  60. text
  61. text
  62. text "Selector [ver]"
  63. text "By Anders Persson"
  64. text "Copyright ©1998"
  65. text
  66.  
  67.  
  68.  
  69.